.header{
    text-align: center;
    background: transparent;
}
.swip{
    width:100%;
    height:620px;
    flex-direction:column;
    margin-top: -60px;
}
.swiper-slide img{
    max-width: 100%;
    width: 100%;
    margin: 0 auto
}
.swiper-slide a{
    display: block;
    width: 100%;
    margin: 0 auto
}
.swip #swiper-container .swiper-slide{
    height: 620px;
    background-position: center center;
    background-repeat: no-repeat;
}
.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 48px;
    height: 6px;
    /*border-radius: 8px;*/
    background: #fff;
    margin: 0 15px;
    opacity: 0.4;
    /*border: 1px solid #fff;*/
    cursor: pointer;
}
.swiper-active-switch {
    opacity: 1;
}
.swiper-pagination-bullet {
    display: inline-block;
    width: 48px;
    height: 6px;
    /*border-radius: 8px;*/
    background: #fff;
    margin: 0 15px;
    opacity: 0.4;
    /*border: 1px solid #fff;*/
    cursor: pointer;
    border-radius:0;
}
.swiper-pagination-bullet-active{
    opacity: 1;
}

.content .floor{
    padding: 100px 0;
}
.fs28{
    font-size: 28px;
}
.fs24{
    font-size: 24px;
}
.fs22{
    font-size: 22px;
}
.fs18{
    font-size: 18px;
}
/*fs16是新添加的样式 panzi*/
.fs14{
    font-size: 14px;
}
.fs16{
    font-size: 16px;
}
.first-title{
    line-height: 36px;
    /*font-weight: bold;*/
    color: #222;
}
.s-title{
    line-height: 36px;
    /*font-weight: 500;*/
    color: #000;
}
.desc{
    color: #606060;
    line-height: 30px;
    margin-top: 20px;
}
.content .floor1 .text{
    width: 720px;
}
.content .video-button{
    cursor: pointer;
}
.content a.button{
    color: #1DA838;
    font-size: 14px;
    border: 1px solid #E3E3E3;
    border-radius: 14px;
    padding: 5px 12px;
    margin-top: 20px;
    display: inline-block;
}
.content a.button:hover{
    background: #1DA838;
    color: #fff;
}
.content .floor2{
    background: #F5F5F5;
}
.content .floor2 .text{
    width: 720px;
}
.content .floor3 .imgall{
    margin-top: 32px;
}
/*.content .floor3 .floor3-top{*/
    /*padding-bottom: 27px;*/
/*}*/
/*.content .floor3 .floor3-img .fl3-img1{*/
    /*padding-right: 20px;*/
/*}*/
.content .floor3 .imgall ul li{
    float: left;
    position: relative;
    width: 380px;
    height: 300px;
}
.content .floor3 .imgall ul li.first-li{
    margin-right: 30px;
    height: 630px;
}
.content .floor3 .imgall ul li.second-li{
    margin-right: 20px;
     /*padding-bottom: 20px;*/
}
.content .floor3 .imgall ul li.fourth-li{
    margin-top: 27px;
}
.content .floor3 .imgall ul li.last-li{
    margin-left: 20px;
    margin-top: 27px;
}
.content .floor3 .imgall ul li .bg{
    width: 380px;
    position: absolute;
    height: 100%;
}
.content .floor3 .imgall ul li {
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}
.content .floor3 .imgall ul li:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.content .floor3 .imgall ul li .gray-bg{
    filter:alpha(opacity=50);
    background: #000;
    opacity: 0.5;
}
.content .floor3 .imgall ul li .look{
    position: absolute;
    top: 40%;
    left: 36%;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 14px;
    padding: 7px 11px;
    display: none;
    cursor: pointer;
}
.content .floor3 .imgall ul li .p-bottom{
    position: absolute;
    bottom:0;
    text-align: center;
    width: 100%;
    color: #fff;
    background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.50) 100%);
    height: 80px;
}
.content .floor3 .imgall ul li .p-bottom p{
    line-height: 36px;
}
.big-bg{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    opacity: .8;
    filter: alpha(opacity=80);
    z-index: 100;
}
.big-bg.hide{
    display: none;
}
.video {
    width: 1024px;
    height: 500px;
    position: fixed;
    left: 50%;
    top: 100px;
    margin-left: -512px;
    z-index: 200;
}
.video .close{
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #1d1c1a;
    position: absolute;
    right: -40px;
    top: 12px;
    font-size: 30px;
    color: #aaa;
    text-decoration: none;
    cursor: pointer;
}
.video.hide{
    display: none;
}
.page-about{display: block;}
.page-about h1.content-title{text-align: center;font-size:36px;padding:20px;}
.page-about .jobs h2{width:100%;}
.page-about .jobs .text{
    width: 480px;line-height:24px;
}
.page-about .jobs .text p{margin-bottom:10px;}
.page-about .jobs .img{
    width: 480px;
}
.page-about .jobs .imgs img{
    width: 100%;
}
.text-right{text-align:right;}
.text-left{text-align:left;}
.text-center{text-align:center;}
.page-about .jobs .img img{width:90%;height:auto;}
.page-about .floor{
    clear: both;
    padding: 30px 0 0;
    background: transparent;
}
.page-about .floor1 .text{
    width: 580px;
    padding-right: 10px;
}
.page-about .floor1 .text p{
    text-indent: 2em;
}
.page-about .floor1 .w{
    position: relative;
}
.page-about .floor1 .img{
    margin-top: 65px;
}
.page-about .floor2 ul li{
    float: left;
    width: 303px;
    height: 340px;
    margin-right: 25px;
    position: relative;
    overflow: hidden;
}
.page-about .floor2 ul li:nth-child(3n){margin-right: 0;}
.page-about .floor2 ul li img {
    transition: all 0.6s;
    width: 100%
}
.page-about .floor2 ul li:hover img {
    transform: scale(1.1);
}
.page-about .floor2 ul li.last-li{
    margin-right: 0;
}
.page-about .floor2 ul li .p-bottom{
    position: absolute;
    bottom:0;
    text-align: center;
    width: 100%;
    color: #fff;
    background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.50) 100%);
    height: 85px;
}
.page-about .floor2 ul li .p-bottom p{
    color: #fff;
    line-height: 36px;
    font-size: 13px
}
.page-about .floor3 .years ul li{
    float: left;
    margin-right:5px;
}
.page-about .floor3 .years ul li span{
    color: #999;
    padding: 0 8px;
    cursor: pointer;
}
.page-about .floor3 .years ul li.active span{
    background: #1DA838;
    border-radius: 20px;
    color: #fff;
}
.page-about .floor3 .years-cont{
    margin-top: 30px;
}
.page-about .floor3 .years-cont .years-desc{
    display: none;
    position: relative;
}
.page-about .floor3 .years-cont .years-desc:before{
    content:"";
    position: absolute;
    top:6px;left:0;border-bottom:2px solid #e3e3e3;width:100%;
}

.page-about .floor3 .years-cont .years-desc.selected{
    display: block;
}
.page-about .floor3 .years-cont .years-desc ul li{
    float: left;
    width: 18.2%;
    padding-right: 18px;
    padding-top: 6px;
    overflow: hidden;
}
.page-about .floor3 .years-cont .years-desc ul li:last-child{padding-right:0;}
.page-about .floor3 .years-cont .years-desc ul li .line{
    content: '';
    display: block;
    width: 110%;
    height: 1px;
    background-color: #E3E3E3;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 15px;
}
.page-about .floor3 .years-cont .years-desc ul li .line span{
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    background:  #1DA838;
    top: -6px;
    left: 0;
}
.page-about .floor3 .years-cont .years-desc ul li .date{
    color: #222;
    margin-bottom: 6px;
}
.page-about .floor3 .years-cont .years-desc ul li .nei{
    color: #606060;
}
.page-about .floor4 .honor-list{
    margin-bottom: 22px;
    height: 460px;
    overflow: hidden;
}
.page-about .floor4 .honor-list ul li{
    float: left;
    width: 225px;
    margin-right: 20px;
    margin-bottom: 10px;
    height: 220px;
}
.page-about .floor4 .honor-list ul li img{
    width: 100%;
}
.page-about .floor4 .honor-list ul li.la{
    margin-right: 0;
}
.page-about .floor4 .honor-list ul li p{
    text-align: center;
    font-size: 14px;
    color: #222222;
    line-height: 16px;
    margin: 10px 0;
    padding: 5px;
}
.page-about .floor4 .honor-list ul li:nth-child(3n){margin-right:0;}
.page-about .floor4 .zhankaiAll{
    text-align: center;
}
.page-about .floor4 .zhankaiAll span{
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #1DA838;
    border: 1px solid #1DA838;
    border-radius: 18px;
    padding: 7px 12px;
    cursor: pointer;
}
/*.page-about .floor4 .zhankaiAll span:hover{*/
    /*background: #1DA838;*/
    /*color: #fff;*/
/*}*/
.page-about .floor4 .zhankaiAll .shouqi{
    display: none;
}
.page-about .floor4 .auto .zhankai{
    display: none;
}
.page-about .floor4 .auto .shouqi{
    display: inline-block;
}
.page-about .floor4 .zhankaiAll span img{
    vertical-align: middle;
}
.page-about .floor5 .people ul li{
    width: 100%;
    float: left;
    margin-right: 0%;
    margin-bottom: 20px;
}
.page-about .floor5 .people ul li p{
    float: left;
    font-size:14px;
    line-height: 22px;
    color: #828282;
    position: relative;
}
.page-about .floor5 .people ul li.no-mr{
    margin-right: 0;
}
.page-about .floor5 .people ul li.no-mb{
    margin-bottom: 0;
}
.page-about .floor5 .people ul li .per-instruc{
    width: 720px;
    display: inline-block;
    margin-left: 40px;
}
.page-about .floor5 .people ul li .per-instruc p{
    line-height:30px;width:100%;display: block;padding:0;margin:0;
}
.page-about .floor5 .people ul li .per-instruc p:after{
    display:none;
}
.page-about .floor5 .people ul li .per-instruc p.fs24{
    line-height: 36px;
    color: #222222;
}
.page-about .floor5 .people ul li .per-instruc p.fs14{
    line-height: 24px;
    color: #666666;
}
.page-about .floor5 .people ul li img{
    vertical-align: top;position:relative;
}
.page-about .floor5 .people ul li p:after{
    content:"";position: absolute;width:30px;height:30px;background:rgba(34,176,61,.8);bottom:-15px;right:-15px;
}
.page-about p{
    font-size: 14px;
    color: #606060;
    line-height: 24px;
    margin-bottom: 15px;
}
.page-about .floor h2{
    font-size: 24px;
    line-height: 36px;
    color: #222;
    margin-bottom: 30px;
    display: inline-block;
}
.page-about .floor em{
    line-height: 36px;
    font-size: 24px;
    color:#1da838;
}
.page-about .floor em .page-about-sign-up{
    background: #1da838;
    border-radius: 15px;
    padding: 3px 10px;
    font-size: 13px;
    margin-left: 5px;
}
.page-about .floor2 em{
    color: #fff;
}

.page-about-nav{
    width: 190px;
    text-align: right;
    padding: 0px 0;
    top: 0px;
}
.page-about-nav li{
    border-bottom: 2px solid #f5f5f5;
    padding:20px 0;
}
.page-about-nav li a{
    display: block;
    padding-right: 20px;
}
.page-about-content{
    width: 960px;
    padding-left: 50px
}
.page-about-nav .title-index{
    display: none;
}
.page-about-nav .title-link{
   color: #464646;
   font-size: 20px;
}
.page-about-nav li.active .title-link{
    color: #1da838
}
.page-about-nav li.active a{
    border-right: 2px solid #1da838
}

/*左侧菜单*/
#container{margin:0 auto;width:100%;}
.section {min-height:auto;padding:60px 0;}
.section p:last-child {	margin-bottom: 0;}
.section-wrapper {margin-top:-60px;padding-top:60px;}
#nav{overflow: hidden;position: relative;float:left;margin:10px 0 0;width:190px;}
#nav li {display:block;	margin-bottom: 0;}
#nav a {color: #464646;display: block;font-size:20px;padding: 10px;border-right: 2px solid #fff;}
#nav a:hover {color: #1da838;;}
#nav .current a {color: #1da838;border-right: 2px solid #1da838;}



/*左侧菜单end*/

.page-function li{
    width: 31.333%;
    height: 180px;
    float: left;
    padding: 25px 1%;
    text-align: center;
    position: relative;
}
.page-function li img, .page-case li img{
    display: block;
    margin: 0 auto;
}
.page-about .floor .page-function li em, .page-swip .swiper-slide em{
    font-size: 20px;
    font-weight: bold;
}
.page-function li p{
    margin: 0
}
.page-function li:hover section{
    display: block;
    position: absolute;
    z-index: 99;
    background: #fff;
    top: 0;
    left: 0;
    width: 96%;
    padding: 30px 20px;
    border: 2px solid #f3f3f3;
    text-align: left;
    height: 180px;

    -webkit-box-shadow: #cccccc 0px 1px 10px 0px;
    -moz-opacity: #cccccc 0px 1px 10px 0px;
    -khtml-opacity: #cccccc 0px 1px 10px 0px;
    opacity: #cccccc 0px 1px 10px 0px;
    box-shadow: #cccccc 0px 1px 10px 0px;
}

.page-banner{
    width: 100%;
    height: 500px;
    flex-direction: column;
    margin-top: -60px;
    background: #1EA839;
}
.page-banner-container{
    margin: 0 auto;
    position: relative;
}
.page-banner-container .page-banner-link{
    position: absolute;color:#fff;
    display: block;padding:10px 10px;font-size:24px;width:200px;text-align:center;
    border:1px solid #fff;border-radius:50px;
}
.page-banner-container .page-banner-link:hover{background:#fff;color:#1EA839}
.page-banner-container .page-banner-android{
    right:230px;top:305px;
}
.page-banner-container .page-banner-iphone{
    right:230px;top:390px;
}
.page-swip{
    width:100%;
    height:520px;
    flex-direction:column;
    margin:0;
}
.page-swip #swiper-container,.page-swip .swiper-wrapper{
    height:520px;
}
.page-swip #swiper-container .swiper-slide{
    height: 520px;
    background-position: center center;
    background-repeat: no-repeat;
}
.page-swip .swiper-pagination-switch{
    background: #dddddd;
    opacity: 1;
}
.page-swip .swiper-active-switch {
    background: #1da838;
}

.page-case li{
    width: 300px;
    height: 206px;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px !important;
}
.page-case li em{
    text-align: center;
}
.page-case li:nth-child(2), .page-case li:nth-child(5), .page-case li:nth-child(8) {
    margin: 0 30px;
}
.page-about .floor-case em{
    font-size: 18px;
    margin-top: 10px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}
.page-about .floor-case > em{
    margin-top: 25px;
    margin-bottom: 20px;
}
.page-case li .p-bottom {
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.25) 100%);
    height: 55px;
    width: 100%;
}
.page-case li .p-bottom em, .page-case li .p-bottom p{
    color: #fff
}
.page-case li .p-bottom p{
    display: none;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    margin: 0
}
.page-case li:hover .p-bottom em{
    margin-top: 50px;
    display: block;
}
.page-case-action li:hover .p-bottom em{
    margin: 10px 0;
    text-align: left;
    line-height: 24px;
    height: auto;
    white-space: normal;
}
.page-case li:hover .p-bottom{
    height: 100%;
    width: 94%;
    padding: 0 3%;
    background: rgba(0,0,0,0.4);
}
.page-case li:hover .p-bottom p{
    display: block;
}
.page-about .floor6 em{
    line-height: 32px;
    font-size: 20px;
}
.page-about .floor6 .idea ul li{
    width: 48%;
    float: left;
    margin-top: 20px;
}
.page-about .floor6 .idea ul li:nth-child(odd){
    margin-right: 2%
}
.page-about .floor6 .idea ul li:nth-child(even){
    margin-left: 2%
}
.page-about .floor6 .idea ul li img{
    width: 170px;
}
.page-about .floor6 .idea ul li p{
    float: left;
    font-size: 13px;
    line-height: 21px;
    color: #717171
}
.page-about .floor6 .idea ul li .per-instruc{
    width: 58%;
    margin-left: 4%;
    float: right;
}
.page-about .floor6 .idea em a, .more{
    color: #1da838;
    border: 1px solid #1da838;
    border-radius: 15px;
    font-size: 14px;
    float: right;
    padding: 1px 10px;
    line-height: 22px;
}
.page-about .floor6 .idea li:hover em a, .more:hover{
    background: #1da838;
    color: #fff;
}
.floor-service .page-case li{
    width: 224px;
    height: 340px;
    margin-right: 21px;
    margin-left: 0
}
.floor-service .page-case li, .floor-service .page-case li p{
    margin-bottom: 0!important;
}
.floor-service .page-case li:last-child{
    margin-right: 0
}
.page-about .floor-service em{
    line-height: 26px;
    font-size: 18px;
}
.floor-service .page-case li .p-bottom{
    height: 65px;
}
.floor-service .page-case li:hover .p-bottom{
    height: 100%
}
.floor-service .page-case li:hover .p-bottom em{
    margin-top: 40px;
}
.page-about .floor-service-case ul li{
    height: 206px;margin-bottom:20px;
}
.page-about .floor-service-case ul li:last-child{}
.page-about .floor-service-case em a{
    font-size: 18px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.page-about .floor-service-case ul li .p-bottom{
    height: auto;
    padding: 5px
}
.page-about .floor em.title-second{
    font-size: 18px;
    color: #222222;
    margin-bottom: 5px;
}
.page-about .floor-service-news ul li {
    margin-right: 25px;
    margin-bottom: 10px;
    height: 250px;
}
.page-about .floor-service-news ul li p{
    margin: 0;
    position: relative;
}
.page-about .floor-service-news ul li a{
    color: #222222;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    /*height: 30px;*/
    width: 100%;
    white-space: nowrap;
}
.icon-play{
    width: 64px;
    height: 64px;
    display: block;
    background: url('../img/video-play.png') no-repeat;
    z-index: 9;
    position: absolute;
    left: 42%;
    top: 34%;
}
.floor .floor-service-zhengce{
    width: 590px
}
.floor .floor-service-zhengce a{
    color: #222;
    font-size: 14px;
}
.floor .floor-service-zhengce ul{
    padding-left: 2em
}
.floor .floor-service-zhengce ul li{
    position: relative;
    padding: 0 0 20px 10px;
}
.floor .floor-service-zhengce ul li:before{
    background: #B0B0B0;
    width: 8px;
    height: 8px;
    content: '';
    border-radius: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 13px;
}
.floor .icon-phone{
    background: url('../img/icon-phone.png') no-repeat center center;
}
.floor .icon-mail{
    background: url('../img/icon-mail.png') no-repeat center center;
}
.floor .icon-phone, .floor .icon-mail{
    width: 20px;
    height: 16px;
    display: inline-block;
    margin-right: 3px
}
.floor-service-contact p{
    line-height: 16px;
}
.floor-service-contact .icon-mail{
    margin-left: 5%;
}

.n-desc{
    font-size: 16px;
    color: #606060;
    letter-spacing: 0;
    text-align: justify;
    line-height: 30px;
}
.n-img{width:360px;  height:230px; margin-right: 30px;}
.pagesshow{
    text-align: center;
    margin: 20px auto;
}
/*新闻详情页*/
.detail-trb{ margin-top: 60px;margin-bottom: 60px;}
.detail-trb .grlabel, .post-next-prev a{color: #1DA838}
.nleft{width:800px;margin-right: 100px;margin-bottom: 30px}
.newdetail img{width: 100%;}
.nright{width: 300px;}
.nright img{ width: 300px; height: 192px;}
.rt-newsul li{margin-bottom: 25px;}
.rtn-title{
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;}

.d-title{
    font-size: 28px;
    color: #222222;
    letter-spacing: 0;
    line-height: 35px;
}
.d-time{
    font-family: ArialMT;
    font-size: 24px;
    color: #999999;
    letter-spacing: 0;margin: 20px 0;
}
.d-detail{
    line-height: 40px;
}
.d-detail .video-js{
    width: 100% !important;
    height: 480px !important;
}
.d-detail p{margin-bottom: 20px;}

/*come.html*/
.c-item{
    padding-top: 60px;padding-bottom:70px;
}
.wth670{ width:670px;}
.item-title{float:left;font-family: MicrosoftYaHei;
    font-size: 24px;
    color: #222222;
    letter-spacing: 0;
    line-height: 28px;border-bottom: 3px solid #1DA838;padding-bottom:5px;}
.item-desc{font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #606060;
    letter-spacing: 0;
    line-height: 32px;clear: both;margin-top: 78px;}
.item-2,.item-4{background: #F5F5F5;}
.item-2 .ci-right{margin-left: 50px;}

.item-4 .ci-right{margin-left: 50px;}
.p-co img{width:690px;/*position: relative;top: 10px;*/}
.come-show{text-align: center;margin-top: 42px;}
.activity{clear: both;padding-top:30px;}

.item-desc p{overflow: hidden;clear: both;}
.p-label{display: block;float: left;}
.p-co{display: block;float: left;}
#activityHtml ul li{margin-bottom: 20px;}
.news-desc{width: 800px;}
.post-next-prev p{
    margin: 10px 0
}


.title {
    position: absolute;
    top: -200px;
    left: 0;
    display: inline-block;
    border-bottom: 8px solid #fff;
}
.title span {
    display: block;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}
.title span:nth-child(2) {
    margin: 10px 0 18px 0;
    font-size: 36px;
    font-weight: normal;
}
.list-cont .item {
    overflow: hidden;
}
.list-cont .item .inner {
    width: 670px;
    margin-bottom: 50px;
}
.list-cont .item .inner .tit {
    display: inline-block;
    padding-bottom: 9px;
    font-size: 24px;/*panzi*/
    color: #333;
    border-bottom: 3px solid #1DA838;/*panzi*/
}
.list-cont .item-bg-gray {
    background-color: #F5F5F5;
}

.list-cont .item .tab {
    /*overflow: hidden;*/
    position: relative;
    margin-bottom: 30px
}
.list-cont .item .tab li{
    display: inline-block;
    float: left;
    width: 380px;
    height: 260px;
    margin-bottom: 25px;
    position: relative;overflow:hidden;
}
.list-cont .item .tab a{
    position: relative;
    width: 380px;
    height: 260px;
    display: block;
    
}
.list-cont .item .tab a img{
    width: 100%;
    max-height: 260px;
	-webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s; position:relative; z-index:-1;
}
.list-cont .item .tab a:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
	
}
.list-cont .item .tab a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:-moz-linear-gradient(top,rgba(0,0,0,0.00),rgba(0,0,0,0.40));
    background:-webkit-linear-gradient(top,rgba(0,0,0,0.00),rgba(0,0,0,0.40));
    background:-ms-linear-gradient(top right,rgba(0,0,0,0.00),rgba(0,0,0,0.40));
    background:linear-gradient(top,rgba(0,0,0,0.00),rgba(0,0,0,0.40));
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=rgba(0,0,0,0.00), endColorstr=rgba(0,0,0,0.40))";
	
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 25%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 1) 100%, #FFFFFF 100%); 
}
.list-cont .item .tab a:after {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.50);
}
.list-cont .item .tab a.active:after {
    display: block;
}
.list-cont .item .tab li.center{
    margin: 0 25px;
}
.list-cont .item .tab a span {
    position: absolute;
    bottom:15px;
    left:0%;
    width:96%;padding:0 2%;
    line-height: 26px;
    text-align: center;
    font-size: 18px;height:26px;overflow:hidden;
    color: #fff;
    z-index:2;
}
.list-cont .item .tab em {
    display: none;
    margin-top:2px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    position: absolute;
    bottom:15px;
}
.list-cont .item .tab li.active em, .list-cont .item .tab li:hover em {
    display: block;color:#fff;padding:0 10px;
}
.list-cont .item .tab li:hover a span{
    bottom:80px;text-align:left;padding-left:10px;
}

.breadcrumb{
    padding: 30px 0
}
.newslist .breadcrumb, .list-videos-xyds .breadcrumb{
    padding-bottom: 0
}
.breadcrumb a{
    color: #606060;
    font-size: 14px;
}
.breadcrumb li{
    float: left;
}
.breadcrumb .active a{
    color: #1DA838
}
.list-page a{
    color: #606060
}
.list-page{
    text-align: center;
    margin: 30px 0;
}
.list-page li{
    list-style: none;
    display: inline-block;
    padding: 4px 8px;
}
.list-page .active {
    background: #1DA838;
    border-radius: 6px;
    color: #fff
}

/*news*/
.main-topnew{margin-bottom: 44px;overflow: hidden;}
.main-topnew ul li{float: left;width: 585px;height: 400px; margin-right: 30px;position: relative;}
.main-topnew ul li.nomg{margin-right: 0}
.main-topnew ul li img{width: 585px;height: 400px;}
.nav-term{
    text-align: center;
    margin: 40px 0
}
.nav-term li{
    display: inline-block;
    padding: 15px 0;
    width: 33.333%
}
.nav-term li a{
    color: #222222;
    padding: 10px 0;
    border-radius: 2px;
    border-bottom: 4px solid #ffffff
}
.nav-term li.active a, .nav-term li:hover a{
    color: #1da838;
    border-color: #1da838
}
.tn-desc{position: absolute;z-index:2;bottom:0;color: #ffffff; height:60px;width: 100%;background: linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.45) 100%);}
    /*filter: alpha(opacity=50);-moz-opacity:0.5;opacity: 0.5;background-color: #000000;}*/
.tnd-time{font-size: 14px;margin: 5px 20px;}
.tnd-desc{font-size: 18px; margin: 0px 20px;text-overflow:ellipsis;white-space: nowrap;overflow: hidden;}
.list-cases .tn-desc{height: 40px;}
.list-cases .tnd-desc{
    padding: 8px 12px;
    margin: 0;
}


.new-year{text-align: right;position: relative;}
a.grlabel{border: 1px solid #E3E3E3;border-radius: 14px;font-size: 14px;color: #1DA838;line-height: 14px;padding:4px 18px; cursor: pointer;}
.grlabel img{width: 12px;height: 8px; margin-left: 2px;}
.grlabel:hover{background-color: #F5F5F5}
.new-year a.grlabel{position: absolute;right: 0;z-index: 1986;padding: 6px 18px;}
.new-year a.grlabel:hover{background-color: #ffffff;}
#yearsHtml{display: none;}
#yearsHtml dt{cursor: pointer; padding: 5px ;}
#yearsHtml dt:hover{background-color:#1DA838;color: #ffffff;}
#yearsHtml dl{
    display: block;
    width: 106px;
    position: absolute;z-index: 1982;
    right: 0px;
    /*top: 5px;*/
    text-align: center;border: 1px solid #E3E3E3;background: #F2F3F4;border-radius:14px;padding-top: 30px;
}

.newsul li{
    width: 100%;
    overflow: hidden; 
    padding: 20px 0;
}
.newslist-xyds-zc .news-desc{
    width: 1070px
}
.newslist-xyds-zc .n-title{
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}
.newsul .n-time{
    width: 130px;
    text-align: right;
    color: #222222;
    font-size: 20px;
    padding-top: 30px
}
.newsul .n-time .syear{
    font-size: 12px;
}
.n-title{
    font-size: 22px;
    color: #222222;
    margin-bottom: 10px;
    margin-top: 16px;
}
.n-desc{
    font-size: 16px;
    color: #606060;
    letter-spacing: 0;
    text-align: justify;
    line-height: 30px;
}
.n-img{width:240px;height:160px; margin-right:30px;}
.pagesshow{text-align: center;margin: 20px auto;}
/*新闻详情页*/
.detail-trb{ margin-top: 60px;margin-bottom: 60px;}
.nleft{width:800px;margin-right: 100px;}
.newdetail img{width: 100%;}
.nright{width: 300px;}
.nright img{ width: 300px; height: 192px;}/*panzi*/
.rt-newsul li{margin-bottom: 25px;}
.rtn-title{font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;}/*panzi*/

.d-title{
    font-size: 28px;
    color: #222222;
    letter-spacing: 0;
    line-height: 35px;}
.d-time{font-family: ArialMT;
    font-size: 16px;
    color: #999999;
    letter-spacing: 0;margin: 10px 0;}
.d-detail{
    line-height: 40px;}
.d-detail p{margin-bottom: 20px;}

/*come.html*/
.c-item{
    padding-top: 60px;padding-bottom:70px;
}
.wth670{ width:670px;}
.item-title{float:left;font-family: MicrosoftYaHei;
    font-size: 24px;/*panzi*/
    color: #222222;
    letter-spacing: 0;
    line-height: 28px;border-bottom: 3px solid #1DA838;padding-bottom:5px;}/*panzi*/
.item-desc{font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #606060;/*panzi*/
    letter-spacing: 0;
    line-height: 32px;clear: both;margin-top: 78px;}
.item-2,.item-4{background: #F5F5F5;}
.item-2 .ci-right{margin-left: 50px;}

.item-4 .ci-right{margin-left: 50px;}
.p-co img{width:690px;/*position: relative;top: 10px;*/}/*panzi*/
.come-show{text-align: center;margin-top: 42px;}/*panzi*/
.activity{clear: both;padding-top:30px;}

.item-desc p{overflow: hidden;clear: both;}
.p-label{display: block;float: left;}
.p-co{display: block;float: left;}
#activityHtml ul li{margin-bottom: 20px;}


.new-years .year ul li{
    display: inline-block;
    margin-right: 30px;
}
.new-years .year ul li a{
    color: #999;
    padding: 4px 14px;
    font-size: 18px
}
.new-years .year ul li.active a{
    background: #1DA838;
    border-radius: 20px;
    color: #fff;
}
.new-yearx .years ol li{
    float: left;
    margin-right: 50px;
}
.new-yearx .years ol li span{
    color: #999;
    padding: 0 8px;
    cursor: pointer;
}
.new-yearx .years ol li.active span{
    background: #1DA838;
    border-radius: 20px;
    color: #fff;
}
.new-yearx .years-cont{
    margin-top: 30px;
}
.new-yearx .years-cont .years-desc{
    display: none;
}
.new-yearx .years-cont .years-desc .wrap{
    width: 100%;
    overflow: hidden;
}
.new-yearx .years-cont .years-desc ol{

}
.new-yearx .years-cont .years-desc.selected{
    display: block;
    position: relative;
}
.new-yearx .years-cont .years-desc ol li{
    float: left;
    width: 174px;
    padding-right: 18px;
    padding-top: 6px;
    overflow: hidden;
}
.new-yearx .years-cont .years-desc ol li .line{
    content: '';
    display: block;
    width: 110%;
    height: 1px;
    background-color: #E3E3E3;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 15px;
}
.new-yearx .years-cont .years-desc ol li .line span{
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    background:  #1DA838;
    top: -6px;
    left: 0;
}
.new-yearx .years-cont .years-desc ol li .date{
    color: #222;
    margin-bottom: 6px;
}
.new-yearx .years-cont .years-desc ol li .nei{
    color: #606060;
}

.videoul li{
    width: 24.25%;
    margin-right: 1%;
    margin-bottom: 15px;
    text-align: center;
}
.videoul li.nomg{
    margin-right: 0
}
.videoul li img{
    width: 100%
}
.videoul a{
    color: #333333;
    font-size: 18px;
}
.videoul a .v-title{
    margin: 5px 0
}

.icon-prev, .icon-next{
    width: 28px;
    height: 44px;
    position: absolute;
    background: url('../img/icon-years.jpg') no-repeat;
    top: 50px;
}
.icon-prev{
    left: -40px;
    background-position: 0 -44px;
}
.icon-next{
    right: -40px;
    background-position: -28px 0;
}
.icon-prev:hover{
    background-position: 0 0;
}
.icon-next:hover{
    background-position: -28px -41px;
}

/*幻灯*/
/* Slider */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0;}
.slick-list:focus{outline:none;}
.slick-list.dragging{cursor:pointer;cursor:hand;}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto;}
.slick-track:before,.slick-track:after{display:table;content:'';}
.slick-track:after{clear:both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{display:none;float:left;height:100%;min-height:1px;}
[dir='rtl'] .slick-slide {float: right;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}
.slick-arrow .slick-hidden{display:none;}

.isidecon{width:960px;height:350px;background:#ddd;overflow:hidden;position:relative;}
.isidecon .slick-arrow{position: absolute;border:none;top:35%; cursor:pointer;height:40px;width:40px;z-index:100;text-indent:-9999px;background:url(../img/pcontrol.png) 0px 0px no-repeat;border-radius:50%;cursor:pointer; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5;}
.isidecon .slick-prev{left:1%;}
.isidecon .slick-next{right:1%;background-position:-40px 0px;}
.isidecon .slick-arrow:hover{background-color:#333;}
.isidepic{position:relative;width:960px;height:350px;}
.isidepic .pic{position:relative;}
.isidepic .txt{position:absolute;left:0;bottom:0;background:rgba(0,0,0,.5);padding:20px 2%;color:#fff;}
.isidetit{position:relative;display:block;}
.isidetitle{border-bottom:6px solid #f2f3f5;background:#f2f3f5;height:146px;cursor:pointer;position:relative;display:block;}
.isidetitle h3{font-size:20px;color:#222;padding:20px 20px 0 20px;}
.isidetitle p{font-size:14px;color:#666;padding:0 20px;}
.slick-current .isidetitle{border-bottom:6px solid #1da837;background:#fff;}
/*幻灯*/
/*农业大数据*/
.areas{position:relative;width:100%;height:560px;background:url(../img/data-bg-a.png) no-repeat center center;}
.areas>div{position:absolute;background:#fff;width:240px;border-radius:5px;padding:20px 20px;-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.2); -webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.2); box-shadow:0px 0px 3px rgba(0,0,0,0.2);}
.areas>div h4{color:#1DA838;font-size:18px;}
.areas>div p{color:#333;padding:10px 0 0;}
.area-a{left:0;top:0;}
.area-b{left:50%;top:0;margin-left:-140px;}
.area-c{right:0;top:0;}
.area-d{left:0;top:50%;margin-top:-60px;}
.area-e{right:0;top:50%;margin-top:-60px;}
.area-f{left:0;bottom:0;}
.area-g{left:50%;bottom:0;margin-left:-140px;}
.area-h{right:0;bottom:0;}

.data-ys dl{width:45%;float:left;margin:0 2% 2% 0;background:#f9f9f9;border-radius:10px;padding:2%;}
.data-ys dl:nth-child(2n){margin-right:0;}
.data-ys dl dt{width:30%;float:left;}
.data-ys dl dt img{width:100%;height:auto;}
.data-ys dl dd{width:70%;float:left;}
.data-ys dl dd h6{font-size:20px;color:#333;font-weight:bold;padding:10px 0;}
.data-ys dl dd p{color:#666;}

.data-cases{width:100%;height:354px;background:url(../img/data-cases-bg.png) no-repeat left top #329136;}
.data-cases .txt{float:left;width:44%;padding:10% 3%;}
.data-cases .txt h5{font-size:30px;color:#fff;}
.data-cases .txt p{padding:40px 0 0;color:#fff;}
.data-cases .pic{float:left;width:50%;}

.data-case{position: relative;bottom:0;left:0;width:100%;}
.data-case a{display:block;background-repeat:no-repeat;background-position:center top;}
.data-case .slick-dots button{display:none !important;background:none;position:absolute;text-indent:-9999px;}
.data-case .slick-arrow{position: absolute;border:none;top:46%; cursor:pointer;height:40px;width:40px;z-index:100;text-indent:-9999px;background:url(../img/pcontrol.png) 0px 0px no-repeat;border-radius:50%;cursor:pointer; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5;}
.data-case .slick-prev{left:1%;}
.data-case .slick-next{right:1%;background-position:-40px 0px;}
.data-case .slick-arrow:hover{background-color:#333;}
.data-case .slick-dots{ position: absolute;left: 50%;bottom:-20px;transform: translateX(-50%); z-index: 1000;}
.data-case .slick-dots li{width:30px;height:5px;background:#f5f5f5;float:left;margin:0 5px;cursor: pointer;}
.data-case .slick-dots .slick-active{background:#009b4c;}

.duty-case-list li{float:left;width:460px;margin:0 40px 0 0;}
.duty-case-list li h6{font-size:20px;padding:10px 0;color:#222;}
.duty-case-list li p{color:#606060;font-size:12px;line-height:20px;}
.duty-case-list li:nth-child(2n){margin-right:0;}



